05. Image Segmentation
Image Segmentation
Now that we are familiar with a few simple feature types, it may be useful to look at how we can group together different parts of an image by using these features. Grouping or segmenting images into distinct parts is known as image segmentation.
The simplest case for image segmentation is in background subtraction. In video and other applications, it is often the case that a human has to be isolated from a static or moving background, and so we have to use segmentation methods to distinguish these areas. Image segmentation is also used in a variety of complex recognition tasks, such as in classifying every pixel in an image of the road.
In the next few videos, we'll look at a couple ways to segment an image:
- using contours to draw boundaries around different parts of an image, and
- clustering image data by some measure of color or texture similarity.